Skip to main content

DescribeFlowAnalysisResult

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/Ddosprivate/DescribeFlowAnalysisResult

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
StartDateBODYlongYesNo sample value for this parameter.start time of traffic analysis.
regionIdBODYstringYesNo sample value for this parameter.region id
VmIPBODYstringYesNo sample value for this parameter.IP attacked.
SelectStatusBODYstringNoNo sample value for this parameter.The status of DDoS events, including: cleaning end of cleaning
DistributionBODYstringYesNo sample value for this parameter.area ID. For example, DXJF represents the Daxing computer room area.
SearchReasonBODYstringNoNo sample value for this parameter.The cause of the DDoS event, including bps, pps, qps. supports simultaneous query of events caused by multiple trigger causes, for example, "bps,pps" indicates the query of DDoS events triggered by exceeding the flow rate or packet speed threshold.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
TopAttackersarrayno demo valueTop10 attacker analyzes information. For specific sub-item descriptions, see the following parameter descriptions.
RequestIdstringno demo valuerequest ID.
Ipstringno demo valueattacker IP.
TopProtocolsarrayno demo valueTop attack traffic component analysis information. For specific sub-item descriptions, see the following parameter descriptions. description traffic component analysis is divided by protocol, including TCP, ICMP and UDP protocols.
Countfloatno demo valuethe traffic proportion information of this protocol is displayed as a percentage value.
Protocolstringno demo valueprotocol.

Example

Successful Response example

{
"TopAttackers":"no demo value",
"RequestId":"no demo value",
"Ip":"no demo value",
"TopProtocols":"no demo value",
"Count":"no demo value",
"Protocol":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}